= 80000) { $this->bc_expectException('\ValueError'); } else { $this->bc_expectException('\PHPUnit_Framework_Error'); } $root = vfsStream::setup(); $file = vfsStream::newFile('foo.txt')->at($root)->withContent('testContent'); $fp = fopen(vfsStream::url('root/foo.txt'), 'rb'); $readarray = array($fp); $writearray = array(); $exceptarray = array(); stream_select($readarray, $writearray, $exceptarray, 1); } }